imcontexts: Include config.h first
authorBenjamin Otte <otte@redhat.com>
Tue, 7 May 2013 12:03:52 +0000 (14:03 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 7 May 2013 12:06:12 +0000 (14:06 +0200)
modules/input/gtkimcontextmultipress.c
modules/input/immultipress.c

index 7fb484a07ceddf0aee42403c77b52449f68d94d8..d22707ba3d4b21171391161830107456bab03a81 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
+
 #include "gtkimcontextmultipress.h"
 #include <string.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtkimmodule.h>
-#include <config.h>
 
 #define AUTOMATIC_COMPOSE_TIMEOUT 1 /* seconds */
 #define CONFIGURATION_FILENAME MULTIPRESS_CONFDIR G_DIR_SEPARATOR_S "im-multipress.conf"
index c2f31b5983274040f1a80812b7bc4a3fcc13f276..c4c0202b28936c8ecfdfef364111a448a5851abf 100644 (file)
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
+
 #include "gtkimcontextmultipress.h"
 #include <gtk/gtkimmodule.h> /* For GtkIMContextInfo */
-#include <config.h>
 #include <glib/gi18n.h>
 #include <string.h> /* For strcmp() */